home *** CD-ROM | disk | FTP | other *** search
/ Dr. Windows 3 / dr win3.zip / dr win3 / WINPROGS / STDM14.ZIP / HIST.TXT next >
Text File  |  1993-07-31  |  3KB  |  77 lines

  1. History of changes since Stdemo Player 1.0        
  2.         
  3.         1. The amount of text you can place into the text box 
  4.            depends on the current display mode ( VGA, SVGA,     
  5.            etc. ) and fonts supported by your current display 
  6.            driver. This creates a problem: the text you placed 
  7.            into the box might not fit when you run your demo on 
  8.            a different system. In order to make sure, that it 
  9.            will not happen, Stdemo Player checks if the whole 
  10.            text fits into the box, and if not - it is trying to 
  11.            reduce the font size, until the whole text fits. If 
  12.            the system doesn't have a small enough font - the     
  13.            scroll bar will be added to the text field, so that 
  14.            user can read the whole text by scrolling it.
  15.  
  16.         2. I found and fixed several places where some "housekeeping"
  17.            has not been properly done: some properties, assigned to 
  18.            some windows were not deleted, and something else, I already 
  19.            forgot what exactly.
  20.  
  21.  
  22.         3. :O command now allows to use absolute coordinates instead
  23.            of virtual. It means that if absolute coordinates are used,
  24.            all subsequent coordinates will be treated "as is", without
  25.            adjusting them to the current virtual screen/window size.
  26.  
  27.         4. :< command allows to find and activate already running
  28.            application.
  29.  
  30.         5. :+X command allows to set the special timer which will affect
  31.            interaction breakes (TEXT, MENU and INPUT). Setting the value
  32.            of this timer somewhere in a script means that for all subsequent
  33.            communication breaks (dialog boxes) the "continue" button 
  34.            will be "pressed" automatically after X seconds since
  35.                this dialog box was initially shown. :+0 disables this feature. 
  36.  
  37.         6. :R command disables/enables 3-D effect for interaction breaks.
  38.  
  39.         7. :X command disables/enables/hides/shows the "Stop" button on 
  40.            interaction breaks.
  41.  
  42.         8. :Y command disables/enables/hides/shows the "Continue" button on 
  43.            interaction breaks.
  44.  
  45.         9. :F command allows to set the minimal font (in point sizes)
  46.            to be used when all text doesn't fit into a text box. If it
  47.            is impossible to fit all text using the font bigger than
  48.            minimal - the defaul font will be used with the scrollbar
  49.            enabled. (Default is :F8).
  50.  
  51.         10. :b command allows to change the background color for text,
  52.             menu and input fields (default is blue).
  53.  
  54.         11. :f command allows to change the foreground color for text,
  55.             menu and input fields (default is black).
  56.             
  57.         12. :< command has been extended and now allows to find already running
  58.             application and hide or destroy it.
  59.  
  60.         13. Script will jump to the special label "__STOP__" when STOP button
  61.             pressed on any interaction break box. If there is no such label in
  62.             the script - STOP will cause just usual termination.
  63.         
  64.         14. :Wx    command delays script execution for x seconds.
  65.  
  66.         15. :A, :U and :~ commands allow to create scheduled events.
  67.  
  68.         16. :Z command terminates script execution.
  69.  
  70.         17. :V command allows to branch execution of a script depending on a current
  71.             video resolution.
  72.  
  73.         18. :c command allows to disable the default check on active window
  74.             after the :( command.
  75.             
  76.  
  77.